@charset "utf-8";

/*------------------------------box--------------------------*/
form, input, button, select, optgroup, option, textarea, isindex, label, fieldset, legend {
		margin: 0px;
		padding: 0px;
}

form {
		padding: 50px;
}

legend {
		margin-bottom: 40px;
}

input {
		margin-bottom: 30px;
}

textarea {
		margin-bottom: 40px;
}

/*-----------------------------border--------------------------*/
form {
		border: 1px solid #B1BF41;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
}

fieldset {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
}

/*---------------------------pos---------------------*/
fieldset {
		float: left;
}

label {
		float: left;
}

input {
		width: 200px;
}

textarea {
		width: 200px;
		height: 100px;
}

input#submitID {
		width: 100px;
}
